To add Sub Heading for H1-H6 tag we can make use of tag within the header tags.
You can also make other HTML elements behave like the secondary header tags by using class small.
Example :<h1>This is My H1 Heading <small>This is my sub heading</small></h1>
<h2>This is My H2 Heading <small>This is my sub heading</small></h2>
<h3>This is My H3 Heading <small>This is my sub heading</small></h3>
<h4>This is My H4 Heading <small>This is my sub heading</small></h4>
<h5>This is My H5 Heading <small>This is my sub heading</small></h5>
<h6>This is My H6 Heading <small>This is my sub heading</small></h6>
Output :
This is My H1 Heading This is my sub heading
This is My H2 Heading This is my sub heading
This is My H3 Heading This is my sub heading
This is My H4 Heading This is my sub heading
This is My H5 Heading This is my sub heading
This is My H6 Heading This is my sub heading
More Posts related to Html,
- What is the doctype for HTML5?
- Adding Sub Headings to Bootstrap Header tags
- All directional arrows codes for HTML
- Remove Html head and body tags from ckeditor source
- Hyperlink in html (anchor tag) without a underline
- remove div vertical scroll
- Fibonacci series from 1 to 500 table
- How to remove old 404 pages ulrs from Google crawler
- HTML, HTML5. CSS, CSS3 Color Codes 2020
- Default speed of Marquee tag : SCROLLAMOUNT
More Posts:
- Android Studio SDK Build-tools 23 rc2 not getting installed - Android-Studio
- BeanDefinitionStoreException IOException parsing XML document from class path resource [spring.xml] - Java
- Base64 Encoding Decoding In Notepad++ - NotepadPlusPlus
- Your JBoss Application Server 7 is running However you have not yet added any users to be able to access the admin console - Java
- error CAML Query containing special characters - SharePoint
- [javaScript] Convert text case to lowercase - JavaScript
- Disabling Spell Check in Android Studio - Android-Studio
- Disable Chrome Notification bell from Mac OS X menu bar - Mac-OS-X
- How to Undo-Revert Sent Email in Google Gmail - Google
- List of jars required for Struts2 project - Java
- Error : Facebook SDK AndroidRuntime﹕FATAL EXCEPTION: main - Android
- Fail to connect to camera service Android java RuntimeException - Android
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library. - Eclipse
- JavaScript : Get current page address - JavaScript
- Make Android View Scrollable both Horizontally and Vertically - Android