Html basic framework and common labels


<!DOCTYPE html>      
 <html>
  <head>
   <meat charset="utf-8">    
   <title></title>
  </head>
  <body>
   
  </body>
 </html>
 
  jb2312 <meat charset = "utf-8"> // prevent distortion format

& Nbsp; // Space

<style type = "text / CSS">
 Table, TR, TH, TD {border: 1px Solid;} // Form
</ style> 
tdcolspan // Merge (OK)
strong bold // B
i, em, cite / / italic
sup // superscript
sub // subscript
s, u // scribe line (up / down)
Big, Small size //
<a href="https://www.youacg.com" target="_blank"> Star Magic Forum </a> // hyperlink

<div>
 <a href="#xiapshuo"> recommended <br /> novel </a>  
</ div> // jump within the page
 <div the above mentioned id = "xiapshuo">
 <h3> Recommended Fiction </ h3>
 <UL>
  <Li> shrouded </ Li>
 </ UL>

Guess you like

Origin www.cnblogs.com/shrdbk/p/10934983.html