Codeblock Monday

in #steemit6 years ago

Welcome to Codeblock Monday with @gregjava! Today, we will be trying more easy ways to format web or html blogs and posts. These codes are applicable to your Steemit blog posts as well. In subsequent series, we will be trying even more codes.
All codes in this series have tags and multiple tags can be used on words, phrases, text blocks and sections, with a view to mix the effects of the tags on the section in which the multiple codes are applied. Tags are embeded in angular brackets (like < b> or < br/>). If you missed any earlier or want to be acquainted with more useful codes, scroll down to Archives and select your desired post.

Now, let's code...



Today's tags Formatting effect Code
< hr/> Draw a horizontal line across the blog. "line 1"< hr/>"line 2"
< div> Resets any external effects in the division, allowing you to fully customize the division manually. < div>"texts"< /div>
< table> Sets aside a division to draw a table. < table>
< tr>< th>"header1"< /th>< /tr>
< tr>< td>"texts"< /td>< /tr>
< /table>
< tr> Defines a particular row on a table.
Rows may be either header row (topmost cells on columns) or data rows (other cells in the table).
< tr>< th>"header1"< /th>< /tr>
and/or
< tr>< td>"texts"< /td>< /tr>
< th> Defines a cell of a table as a header cell.
Texts in these cells will usually be displayed as bold texts.
< th>"header1"< /th>
< td> Defines a cell of a table as a data cell.
Texts in these cells will usually be displayed as 'normal' texts.
< td>"text"< /td>
< blockquote> Defines a block of texts as a quote. < blockquote>"text"< /blockquote>

Notes:
  • Tables are defined by their rows. The first row on the table should usually be the header row (< th>) and subsequent rows, data rows (< td>).
  • When using the codes, spaces are not allowed inbetween the texts enclosed in angular brackets (<>).
  • "header1", "texts", " line 1" and "line 2" refer to your possible text inputs to be displayed in your post.
    I wish you the best of the week ahead...




    Thanks for reading!!!

    If you think what you just read was beneficial and/or might be beneficial to someone else, please re-blog or resteem.

    If you have any questions, recommendations or suggestions, please leave a comment in the comment section.

    If you want to read the latest news in science and technology, remember to visit the scitech channel on Discord.


    Archives

    Codeblock Monday 1

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.034
BTC 63877.55
ETH 3143.56
USDT 1.00
SBD 3.97