+ 1
Core Markup..! Problems in HTML
Hi every one iam Vinay , just one day back i learn Html & Css Reference book . in my firght book concept "CORE MARKUP" i don't know what is ment by core markup , uses of this and givime the exampel of "CORE MARKUP" Please help me.
2 Respuestas
+ 6
Hi @Vinay! I think it just means the most important modules or the minimal requirements for a valid HTML (XHTML or XML) markup. For example:
- Structure (head, body, etc)
- Text (yext container elements like header <h1> or paragraph <p>, etc)
- Hypertext (hyperlinks <a>, etc)
- List (lis oriented elements like <ol> <ul> <li> etc)
+ 1
Hi @Paola Thnaks for help