Web design_basic Tutorial

 

If you want to learn web design, you have to know its basic structure first. So today we will learn the key language tags of web design.

List and usage of HTML tags(Web design): -

1. <! --….--> to write comments.

2. <! DOCTYPE> to explain to the. browser what kind of document it is

3 <html> ……. </html> To refer to HTML documents.

4 <head>… .. </head> Specifies the head part of the HTML document.

5. <title> …… </title> To indicate the title of the document, it appears in the title bar of the browser.

6. What is written inside the <body>… </body> body tag will be displayed on the web page.

(Web design)

7. <b>… .. </b> to make the text bold.

8. <em>…. </em> To emphasize text.

9. <i>… .. </i> To make a text italic.

10. <small>… </small> To minimize any text.

11. <big>… </big> To enlarge text.

12. <blink>…. </blink> will display the text once and not again.

13. <blockquote>… </blockquote> To express special quotes.(Web design)

14. <strike>…. </strike> to make cut marks in the middle of the text.

15. <del>…. </del> to make cut marks in the middle of the text.

16. <strong>… </strong> to make the text bold.

17. <a>…. </a> This is an anchor tag used to create links.

18. <img>… </img> Used to attach images.(Web design)

19. <abbr>… .. </abbr> is used for short words.

20. <samp> ........ </samp> to display something as a sample.

21. <form>…. </form> To create any form.

22. From <h1>. </h1> to <h6>. </h6> it indicates the heading, it is from h1 to h6.

22. <table>… .. </table> Used to create tables.(Web design)

23. This tag is used to create <div>… </div> Division.

24. <row>…. </row> Used to create any row.

25. <col>… .. </col> Used to create any column.

26. <tr>…. </tr> Used to create rows or rows of tables.

27. <td>…. </td> Used to create table cells.

28. <th>… .. </th> Used to create table headings.(Web design)

29. <hr /> is used to draw lines parallel to the ground.

30. <input>… .. </input> is used to create any type of input field.

31. <list> …… </list> Used to create lists.

32. <ol>… .. </ol> Used to create order lists.

33. Used to create <ul>…. </ul> un-order lists.

34. <u>…. </u> Used to underline.

35. <sub>… .. </sub> Used to lower a text.(Web design)

36. <sup> ……… </sup> Used to place a text a little higher.

37. <iframe> …… </iframe> Used to frame a web page.

38. Used to create <p> হয় </p> paragraphs.

39. <style> …… </style> is used to style web pages.

40. <font>… .. </font> Used to determine the size and color of the font.

41. <br/> Used to break lines.

42. <marquee> …… </marquee> Used to create moving text.

43. <pre>… .. </pre> is used to create lines like a poem on one side.

Try to remember these tags, otherwise there will be problems during coding.

Tags

Post a Comment

2 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.