
HTML cheatsheet
@HTMLcheatsheet
The most basic of all website programs, HTML. Learn, study, reference, build, create, design.
Może Ci się spodobać
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 Trendy
- 1. $NOICE N/A
- 2. Tony Vitello 5,554 posts
- 3. Elander N/A
- 4. #Married2Med N/A
- 5. San Francisco Giants 2,626 posts
- 6. #StunNING_23rd_BDAY 41.1K posts
- 7. NextNRG Inc $NXXT N/A
- 8. $BYND 142K posts
- 9. SNAP 648K posts
- 10. #13YearsOfRed N/A
- 11. Danny White 1,097 posts
- 12. Surviving Mormonism N/A
- 13. #wednesdaymotivation 7,544 posts
- 14. #닝구리퐁퐁_마이야호가_지켜줄게 33.4K posts
- 15. NINGNING IS THE MAKNAE DAY 35.9K posts
- 16. Izzo 1,899 posts
- 17. Daniel Suarez N/A
- 18. Marcus Mariota N/A
- 19. Buster Posey N/A
- 20. Pro Bowl 1,547 posts
Może Ci się spodobać
Something went wrong.
Something went wrong.