Results 1 to 6 of 6
What is Schematic HTML?
This is a discussion on What is Schematic HTML? within the Web Design forums, part of the Web Designing & Development category; Web design...
- 01-23-2018, 09:39 AM #1
- Join Date
- Dec 2017
- Posts
- 131
What is Schematic HTML?
Web design
- 01-27-2018, 08:03 AM #2
- Join Date
- Jan 2018
- Posts
- 13
Re: What is Schematic HTML?
[FONT=Source Sans Pro, sans-serif][COLOR=#000000]The consumer was frustrated by the confusing instructions and unclear schematic Hyper text markup language to using the easily. [/COLOR][/FONT]
- 06-27-2020, 05:45 AM #3
- Join Date
- Jan 2012
- Posts
- 2,694
Re: What is Schematic HTML?
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph. This is both semantic and presentational because people know what paragraphs are, and browsers know how to display them.
- 09-14-2020, 01:48 PM #4
- Join Date
- Jul 2020
- Posts
- 66
Re: What is Schematic HTML?
Semantic markup is a way of writing and structuring your HTML (Hypertext Markup Language) so that it reinforces the semantics, or meaning, of the content rather than its appearance. ... Writing semantic markup means understanding the hierarchy of your content and how both users and machines will read it
- 12-03-2020, 05:06 PM #5
- Join Date
- Nov 2020
- Posts
- 11
Re: What is Schematic HTML?
Semantic HTML or semantic markup is HTML that introduces meaning to the web page rather than just presentation. For example, a <p> tag indicates that the enclosed text is a paragraph. This is both semantic and presentational because people know what paragraphs are, and browsers know how to display them.
On the flip side of this equation, tags such as <b> and <i> are not semantic. They define only how the text should look (bold or italic), and don't provide any additional meaning to the markup.
Examples of semantic HTML tags include:
- Header tags <h1> through <h6>
- <blockquote>
- <code>
- <em>
There are many more semantic HTML tags to use as you build a standards-compliant website.
- 12-10-2020, 10:58 AM #6
- Join Date
- Nov 2020
- Location
- 14 B, Daud Nagar, Naini, Prayagraj, Uttar Pradesh 211008
- Posts
- 66
Re: What is Schematic HTML?
Semantic HTML or semantic markup is HTML that acquaints significance with the site page as opposed to simply introduction. For instance, a <p> tag demonstrates that the encased content is a section. This is both semantic and presentational in light of the fact that individuals understand what passages are, and programs realize how to show them.
On the other side of this condition, labels, for example, <b> and <i> are not semantic. They characterize just how the content should look (strong or italic), and don't give any extra importance to the markup.
Instances of semantic HTML labels include:
Header labels <h1> through <h6>
<blockquote>
<code>
<em>
There are a lot more semantic HTML labels to use as you assemble a principles consistent site.