From f724b0df0af39a02d02beba1fc179a0808ef208b Mon Sep 17 00:00:00 2001 From: mdjibril Date: Thu, 13 Oct 2022 03:50:13 +0100 Subject: [PATCH] Added Word-Break --- index.html | 6 +++++- word-break/index.html | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 word-break/index.html diff --git a/index.html b/index.html index 8187e29..00e2344 100644 --- a/index.html +++ b/index.html @@ -91,8 +91,12 @@ Lazy Loading - Lazy Load html images natively +
  • + + Word Break Opportunity - specifies where in a text it would be ok to add a line-break. +
  • - \ No newline at end of file +00 \ No newline at end of file diff --git a/word-break/index.html b/word-break/index.html new file mode 100644 index 0000000..dd3378f --- /dev/null +++ b/word-break/index.html @@ -0,0 +1,22 @@ + + + + + + + HTML Tips and Tricks - Meter + + + + + + +
    + + home + +

    Word Break Opportunity tag

    +

    HTML5 isamarkuplanguageusedforstructuringandpresentingcontentontheWorldWideWebItisthefifthandfinalmajorHTMLversion

    +
    + + \ No newline at end of file