Search
 
SCRIPT & CODE EXAMPLE
 

HTML

common html tags

<h?> heading </h?>	<!-- Heading (h1 for largest to h6 for smallest) -->
<p> paragraph </p>	<!-- Paragraph of Text -->
<b> bold </b>	<!-- Make text between tags bold -->
<i> italic </i>	<!-- Make text between tags italic -->
<a href="url"> link name </a>	<!-- Create a link to another page or website -->
<div> ... </div>	<!-- Divide up page content into sections, and applying styles -->
<img src="filename.jpg">	<!-- Show an image -->
<ul> <li> list </li> </ul>	<!-- Unordered, bullet-point list -->
<br>	<!-- Line Break (force a new line) -->
<span style="color:red"> red </span>	<!-- Use CSS style to change text colour -->
Comment

PREVIOUS NEXT
Code Example
Html :: how to align a section center in html 
Html :: html how to make a link traget a new window 
Html :: WebView Dump all html 
Html :: https://stackoverflow.com/questions/47961310/how-to-stack-multiple-images-in-bootstrap-4-carousel?rq=1 
Css :: text unselectable css 
Css :: css font arial 
Css :: how do i update my gatsby version? 
Css :: stop text from wrapping 
Css :: reset submit input style 
Css :: blue outline after click when in mobile view 
Css :: How to create a dotted hr 
Css :: css spread children horizontally 
Css :: css transition cross browser 
Css :: custom scrollbar 
Css :: css center image 
Css :: css gradient text 
Css :: center an input css 
Css :: slick margin between slides 
Css :: centering div horizontally 
Css :: soft box shadow css 
Css :: media queries css not working for mobile 
Css :: striped tables css 
Css :: calc sass variables 
Css :: css box shadow right and down 
Css :: stick menu bar in css 
Css :: bg color css 
Css :: css smooth text shadow 
Css :: center grid 
Css :: align center img css inside div 
Css :: add alpha value to css color variable 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =