
HTML cheatsheet
@HTMLcheatsheet
The most basic of all website programs, HTML. Learn, study, reference, build, create, design.
Tal vez te guste
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 Tendencias
- 1. Chet 9,758 posts
- 2. #NBAonNBC 1,387 posts
- 3. Rockets 34K posts
- 4. #ThunderUp 3,107 posts
- 5. Steven Adams 1,463 posts
- 6. Marchand 5,881 posts
- 7. Russ 29.9K posts
- 8. The NBA 114K posts
- 9. Roundball Rock 7,223 posts
- 10. Amen Thompson 2,726 posts
- 11. Lakers 45.5K posts
- 12. Mike Tirico 1,181 posts
- 13. Kevin Durant 12.1K posts
- 14. Reggie Miller N/A
- 15. Warriors 60.3K posts
- 16. Shai 13.8K posts
- 17. Marchy N/A
- 18. Jen Psaki 3,334 posts
- 19. NASA 77.2K posts
- 20. Sengun 2,969 posts
Tal vez te guste
Something went wrong.
Something went wrong.