
HTML cheatsheet
@HTMLcheatsheet
The most basic of all website programs, HTML. Learn, study, reference, build, create, design.
You might like
Cont. from last tweet --> . <option> Sets off each menu item
<select multiple name="NAME" size=?></select> Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll
<select name="NAME"></select> Creates a pulldown menu <option> Sets off each menu item
<textarea name="NAME" cols=40 rows=8></textarea name> Creates a text box area. Columns set the width; rows set the height.
<input type="text" name="NAME" size=20> Creates a one-line text area. Size sets length, in characters.
<input type="radio" name="NAME" value="x"> Creates a radio button. Text follows tag
<input type="checkbox" name="NAME"> Creates a checkbox. Text follows tag.
<button type="submit">Submit</button> Creates an actual button that is clicked
<blockquote></blockquote> Indents text from both sides
<p align="left"> Aligns a paragraph to the left (default), right, or center.
<a href="mailto:EMAIL"></a> Creates a mailto link
To link text: <a href="url">Link text</a> --> For example, <a href="w3schools.com">Visit W3Schools</a>
<font color="green"></font> Sets font color, using name or hex value
<font size="3"></font> Sets size of font, from 1 to 7
<strong></strong> Emphasizes a word (with bold)
United States Trends
- 1. $UNI 1,691 posts
- 2. Vesia N/A
- 3. Logan Wilson 1,277 posts
- 4. Bannon 12.2K posts
- 5. #LightningStrikes N/A
- 6. Chuck 90.2K posts
- 7. Jim Marshall N/A
- 8. Dragon 88.7K posts
- 9. #PlayersOverProfits 3,504 posts
- 10. Aaron Jones 2,460 posts
- 11. Candace 40.2K posts
- 12. Reese 9,001 posts
- 13. Chauncey Billups 115K posts
- 14. #LOVERGIRL 5,293 posts
- 15. Chargers -3 25.3K posts
- 16. Roger Craig N/A
- 17. #drwfirstgoal N/A
- 18. #USWNT N/A
- 19. Ken Anderson N/A
- 20. Bart 21.5K posts
You might like
Something went wrong.
Something went wrong.