VirtualMV/HTML/Basic/Layout/Other
From WikiEducator
< VirtualMV | HTML/Basic | Layout
Overview
Some other tags you can use to layout your web page
By the end of this page you will have created:
|
Note: Some of the HTML 5 features are not supported by WikiEducator.
Details/Summary
in HTML5 text can be expanded to reveal or hide additional details
<details> <summary>details</summary> <p>The <details> tag is new in HTML5 allows text to be expanded or hidden</p> </details>
Mark
in HTML5 text can be highlighted using the mark tag
<p>This text is <mark>highlighted</mark> </p>