a rule. Attribute value HTML is a format <a href="https://www.wikipedia.org/">A link to Wikipedia!</a> Element Opening tag Closing tag Content Attribute Attribute name
• There are many tags, but you don’t need to memorize everything.(https://www.w3schools.com/tags/) • However, it is important to use each tag for each purpose. (http://www.hospitalsites.org/blog/-the-most-common-html-tags) The list of the top 10 most used tags is as follows
search engines (e.g., Google) • Often referred to as "natural", "organic", or "earned" results • If you don’t use proper tags for some contents, it is difficult for the search engine to prioritize the content. <div>This is just image description</div> <div>This is a title</div> <div>This is a description</div> Which line is the most important content?
write tags. • Double check the spelling. • Match the pair (opening and closing tag) correctly. • Try to use copy and paste instead of typing everything. • Indent your html. • Google it first!
column. • <table>, <thead>, <tbody>, <tr>, <td>, <th> • coldspan, rowspan • It’s useful when keeping the arrangement of the containers. Source Code Link